| commit | bb9278b46b931c6a24e63aed99e14562806282a9 | [log] [tgz] |
|---|---|---|
| author | Byron Campen [:bwc] <docfaraday@gmail.com> | Wed Jul 10 15:11:08 2019 |
| committer | moz-wptsync-bot <wptsync@mozilla.com> | Wed Jul 10 15:24:57 2019 |
| tree | 40fd9e5bb4649745a9eac626c7c1eb8353067d2b | |
| parent | 7f01127a392283bb350e98fff3d6ce59afb497b2 [diff] [blame] |
Mark this test as long, because it requires ICE to complete. Differential Revision: https://phabricator.services.mozilla.com/D34356 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1550691 gecko-commit: 88f4378ccf1ab720dea4470b21a9ba5c8dd22404 gecko-integration-branch: central gecko-reviewers: jib
diff --git a/webrtc/RTCDataChannel-bufferedAmount.html b/webrtc/RTCDataChannel-bufferedAmount.html index b982b29..89f6b1b 100644 --- a/webrtc/RTCDataChannel-bufferedAmount.html +++ b/webrtc/RTCDataChannel-bufferedAmount.html
@@ -1,5 +1,6 @@ <!doctype html> <meta charset=utf-8> +<meta name="timeout" content="long"> <title>RTCDataChannel.prototype.bufferedAmount</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script>